ArcFM Responder Mobile Developer Guide
DomainObject<TId> Class Members
Properties  Methods 


The following tables list the members exposed by DomainObject<TId>.

Public Properties
 NameDescription
Public PropertyIdID may be of type string, int, Guid,custom type, etc. Setter is protected to allow unit tests to set this property via reflection and to allow domain objects more flexibility in setting this for those objects with assigned IDs.  
Top
Public Methods
 NameDescription
Public MethodEquals  
Public MethodGetHashCodeMust be provided to properly compare two objects  
Public MethodIsTransientTransient objects are not associated with an item already in storage. For instance, a Task is transient if its ID is 0.  
Top
See Also

Reference

DomainObject<TId> Class
Miner.Tasks.Domain Namespace

Send Feedback